setInt

abstract fun setInt(block: DesignBlock, property: String, value: Int)

Set an int property of the given design block to the given value.

Parameters

block

the block whose property should be set.

property

the name of the property to set.

value

the value to set.